Coding Computer by Lukas is licensed under Creative Commons Zero
Working with JavaScript Objects
TIL that when you have a plain object and store instance variables on it, you’re actually setting a class variable across all instances. Here’s how to fix that.